home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / presto / presto10.lha / src / README < prev    next >
Text File  |  1991-12-11  |  652b  |  18 lines

  1. To build Presto:
  2.  
  3. 1) Edit the makefile to correctly reflect the name of your C++ compiler,
  4.    and the installation directories.
  5.  
  6. 2) Edit config.h to enable or disable various features like preemption
  7.  
  8. 3) Type "make". 
  9.  
  10. This will build both the debug version (libpresto_d.a) and the
  11. `optimized' Presto library libpresto.a. The objects end up in their
  12. own subdirectories (Base_debug and Base). By default, the debug
  13. version will also contain a lot of debugging output that is enabled
  14. via the DEBUG_STARTUP define. Change the Makefile to alter this, but
  15. it is very useful if you are trying to port Presto to a new platform,
  16. compiler or operating system.
  17.  
  18.